RemoveEntity
Description
This method deletes the entity from the converter entity list. It returns True if entity deleted successfully, otherwise False.
AEntity is the deleting entity.
If DoFree = True, the entity will be removed from list and destroyed. If DoFree = False, the entity will be removed from list only.
Syntax
function RemoveEntity(AEntity: TsgDXFEntity; DoFree: Boolean): Boolean;